home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
pc
/
pinkdata
/
rdc2.dir
/
00029_Script_29
< prev
next >
Wrap
Text File
|
1995-08-19
|
457b
|
30 lines
on setVO
set the volume of sound 1 = 200
end
on mainBGM
if not soundBusy(1) then
sound playFile 1,"intv.AIF"
setVO
end if
end
on clickSE
-- puppetSound "SEclick.AIF"
sound playFile 2,"SEclick.AIF"
sound stop 1
end
on photoBGM
if not soundBusy(1) then
sound playFile 1, "slide.AIF"
setVO
end if
end
on bathBGM
if not soundBusy(1) then
sound playFile 1, "bath.AIF"
setVO
end if
end